名前 | 解説 | |
---|---|---|
Count | Gets the number of elements contained in the System.Collections.ICollection. C1.DataCollection.C1DataCollectionList<T>から継承されます。 | |
DefaultSize | コレクション内の項目のデフォルト値を取得または設定します。 | |
IsDisposed | コレクションが破棄されるかどうかを取得します。 | |
IsFixedSize | Gets whether the collection size can change. C1.DataCollection.C1DataCollectionList<T>から継承されます。 | |
IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection`1 is read-only. C1.DataCollection.C1DataCollectionList<T>から継承されます。 | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). C1.DataCollection.C1DataCollectionList<T>から継承されます。 | |
Item | Gets or sets the element at the specified index. C1.DataCollection.C1DataCollectionList<T>から継承されます。 | |
MaxSize | コレクション内の項目の最大値を取得または設定します。 | |
MinSize | コレクション内の項目の最小値を取得または設定します。 | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. C1.DataCollection.C1DataCollectionList<T>から継承されます。 |